{% if user.is_authenticated %}
{% if user.profile_picture %} Profile {% else %}
{% endif %}
{{ user.get_display_name }}
{{ user.get_role_display }}
{% endif %}